projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3d296
)
* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.
author
Andrea Corallo
<acorallo@gnu.org>
Fri, 15 Mar 2024 11:32:06 +0000
(12:32 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Fri, 15 Mar 2024 13:43:40 +0000
(14:43 +0100)
lisp/emacs-lisp/advice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/advice.el
b/lisp/emacs-lisp/advice.el
index 9489a9fd1b3d81f8179f28f1f4c28b738b0faa65..752660156b94256ac9c40d428c26c51993b9c479 100644
(file)
--- a/
lisp/emacs-lisp/advice.el
+++ b/
lisp/emacs-lisp/advice.el
@@
-2042,8
+2042,6
@@
in that CLASS."
function class name)))
(error "ad-remove-advice: `%s' is not advised" function)))
-(declare-function comp-subr-trampoline-install "comp-run")
-
;;;###autoload
(defun ad-add-advice (function advice class position)
"Add a piece of ADVICE to FUNCTION's list of advices in CLASS.